home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TOPATTRIBDLG / TOPATTRIBDLG.txt
Text File  |  2005-06-02  |  1KB  |  53 lines

  1. inherited OpAttribDlg: TOpAttribDlg
  2.   Caption = 'Attributs'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited PageControl: TPageControl
  6.     inherited tsSelectionPage: TTabSheet
  7.       inherited GroupBox2: TGroupBox
  8.         object Label1: TLabel
  9.           Left = 16
  10.           Top = 16
  11.           Width = 345
  12.           Height = 33
  13.           AutoSize = False
  14.           Caption = 
  15.             'Cocher pour positionner les attributs des fichiers s'#233'lectionn'#233's.' +
  16.             '  D'#233'cocher pour enlever les attributs.'
  17.           WordWrap = True
  18.         end
  19.         object ReadonlyEdit: TBCCheckBox
  20.           Left = 24
  21.           Top = 48
  22.           Width = 69
  23.           Height = 17
  24.           HelpContext = 21010
  25.           AllowGrayed = True
  26.           Caption = '&Lecture seule'
  27.           TabOrder = 0
  28.         end
  29.         object HiddenEdit: TBCCheckBox
  30.           Left = 24
  31.           Top = 68
  32.           Width = 53
  33.           Height = 17
  34.           HelpContext = 21011
  35.           AllowGrayed = True
  36.           Caption = '&Cach'#233
  37.           TabOrder = 1
  38.         end
  39.         object ArchiveEdit: TBCCheckBox
  40.           Left = 24
  41.           Top = 88
  42.           Width = 56
  43.           Height = 17
  44.           HelpContext = 21012
  45.           AllowGrayed = True
  46.           Caption = '&Archive'
  47.           TabOrder = 2
  48.         end
  49.       end
  50.     end
  51.   end
  52. end
  53.